CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CRC 8

搜索资源列表

  1. crc8

    0下载:
  2. 8051上的CRC8校验 A CCITT-8 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.-8051 CRC8 check on the CCITT A-8 CRC calculator. Th e source contains both the calculated (
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2432
    • 提供者:buaalzx
  1. GeneralHashFunctions_-_C

    0下载:
  2. 8种CRC的C++ hash算法,可以供需要寻找hash算法的人使用! 广泛应用于包括路由/纠错等领域中!-eight CRC C hash algorithm, for it needs to find the hash algorithm to use! Widely used include routing / correction fields!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3211
    • 提供者:张宾
  1. JCRC

    0下载:
  2. 将数据帧中的第一个8位字节与CRC寄存器中的低字节进行异或运算,CRC寄存器,循环冗余校验算法-data frame of an 8-byte CRC register with the low byte for XOR, CRC register, cyclic redundancy checking algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2002
    • 提供者:
  1. gads

    0下载:
  2. #include <stdio.h> unsigned long int crc32_table[256] unsigned long int ulPolynomial = 0x04c11db7 unsigned long int Reflect(unsigned long int ref, char ch) { unsigned long int value(0) // 交换bit0和bit7,bit1和bit6,类推 for(int i = 1
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:795
    • 提供者:海波
  1. CRC_8051

    0下载:
  2. This a demo illustrating (1) 8-bit CRC check sums, (2) 57600,N,9,1 communications, and (3) RS-422/RS-485 communications. -This a demo illustrating (1) 8-bit CRC check sums, (2) 57600,N,9,1 communications, and (3) RS-422/RS-485 communications.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:16878
    • 提供者:陳大慶
  1. crc8

    1下载:
  2. 8位CRC源代码-eight CRC source code
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:2351
    • 提供者:李陵
  1. crc_8_16

    0下载:
  2. 8位和16位CRC检验接口程序,在CCS6000下测试通过。-8-bit and 16-bit CRC test interface procedures, the CCS6000 under test.
  3. 所属分类:邮电通讯系统

    • 发布日期:2008-10-13
    • 文件大小:2167
    • 提供者:周金喜
  1. gcrc8

    0下载:
  2. 8位crc校验的计算源码,查表计算,可以计算任意8位的多项式的校验-eight crc check the source calculation, look-up table to be calculated in terms of the eight random polynomial Check
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:858
    • 提供者:geast
  1. 8bitCRC

    1下载:
  2. 多项式为x^8+x^5+x^4+1的CRC(循环冗余校验码)的FPGA设计。-polynomial x 8 x ^ x ^ ^ 5 4 1 CRC (cyclic redundancy check code) FPGA design.
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:932
    • 提供者:zhao
  1. aa_3

    0下载:
  2. 学习掌握单总线数字式温度传感器 DS18B20的64位激光ROM码的读出方法。读DS18B20 64位ROM码命令(33h)允许主机直接读出从机的64位ROM代码,而无须执行搜索ROM 过程。如果该命令用于多节点系统,则必然发生数据冲突,因为每个从机设备都会响应该命令。64 位激光ROM 从高位到低位依次由8 位CRC、48 位列号和8 位家族代码(28H)组成。-learning and mastering digital single bus DS18B20 64 laser ROM cod
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:2222
    • 提供者:孟晓英
  1. crc8

    1下载:
  2. CRC的8位校验,使用汇编写的程序.可以用来做通信数据的校验-CRC checksum of eight, was compiled using the procedure. Can be used for the calibration data communications
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2346
    • 提供者:gjk
  1. crc16

    0下载:
  2. 函数名称:CRC-16 Process 函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16. 校验字放在字符串最后,低8位在前高8位在后. msgaddr : 进行CRC16校验的据块的首地址 datalen : 进行CRC16校验的据块的个数 CRC-ITU的计算算法如下: a.寄存器组初始化为全\"1\"(
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1717
    • 提供者:liu
  1. crc8

    1下载:
  2. 8位crc校验算法,用于单片机编程,包含简单算法和查表算法
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2351
    • 提供者:董巍
  1. CRC

    0下载:
  2. CRC校验算法(包含8位16位32位),多种方式的CRC码的校验。-CRC verification, a variety of ways to verify the CRC code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:185944
    • 提供者:WSQ
  1. crc8

    0下载:
  2. crc-8 x8+x2+x+1,查表方式的计算方法。-crc8 x8+ x2+ x+ 1, calculated look-up table approach.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:741
    • 提供者:Matthew
  1. chencc658

    0下载:
  2. 3字节CRC-8的生成 (labview 2009sp1) 输入3字节的数组,得到4字节的数组。CRC会加在第四字节(3 byte CRC-8 generation (LabVIEW, 2009sp1), enter 3 byte array, to get 4 byte array. CRC will be added to fourth bytes)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:9216
    • 提供者:juhigu778
  1. CRC5_CRC16_USB

    0下载:
  2. USB2.0数据包CRC 16,TOKEN令牌包是CRC5,VerilogHDL代码 多项式y=1+x^2+x^15+x^16; y=1+x^2+x^5; 只是串行1位的代码, 并行8位,16位没有上传(USB CRC 16 , VerilogHDL code polynomial(0_2_15_16); polynomial(0_2_5))
  3. 所属分类:USB编程

    • 发布日期:2017-12-13
    • 文件大小:6185
    • 提供者:诡迹xjn
  1. CRC-8校验

    0下载:
  2. CRC8校验的程序参考,用于数据传输的校验(CRC8 check, for the data transfering process to check the data.)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-19
    • 文件大小:6144
    • 提供者:子_丑
  1. MB LRC-8

    0下载:
  2. CRC校验码,用于modbus,可以保证传输数据不出错(CRC check code, used in modbus, can guarantee the transmission of data without error)
  3. 所属分类:LabView编程

    • 发布日期:2018-04-30
    • 文件大小:8192
    • 提供者:fdfggg
  1. CRC校验算法

    0下载:
  2. 包含8位、12位、16位、24位CRC校验算法,5G、4G物理层设计可参考
  3. 所属分类:matlab例程

« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com